projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6fcbf
)
(GMALLOC_INHIBIT_VALLOC): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 6 May 1996 05:04:20 +0000
(
05:04
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 6 May 1996 05:04:20 +0000
(
05:04
+0000)
src/s/msdos.h
patch
|
blob
|
history
diff --git
a/src/s/msdos.h
b/src/s/msdos.h
index abb22834b7a76398d7cc490287b13e35868b0a5d..e75d611e8e471c8b3d9866b45f646dadb25a5b49 100644
(file)
--- a/
src/s/msdos.h
+++ b/
src/s/msdos.h
@@
-147,8
+147,10
@@
You lose; /* Emacs for DOS must be compiled with DJGPP */
your system and must be used only through an encapsulation
(Which you should place, by convention, in sysdep.c). */
\f
-/* we use djgcc's malloc */
-/* #define SYSTEM_MALLOC */
+/* Avoid incompatibilities between gmalloc.c and system header files
+ in how to declare valloc. */
+#define GMALLOC_INHIBIT_VALLOC
+
/* setjmp and longjmp can safely replace _setjmp and _longjmp,
but they will run slower. */